home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / utils / selector / examples / etips.sel < prev    next >
Text File  |  1996-05-29  |  132b  |  8 lines

  1. defarg arg1 c:type
  2. exec 'setenv size `list "[arg1]" lformat "%l"`'
  3.  
  4. text 'The size of [arg1]'
  5. text 'is [size] bytes'
  6.  
  7. unsetenv size
  8.